home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / s / fwdlast < prev    next >
Text File  |  1996-07-16  |  423b  |  19 lines

  1. ; Afax:s/FwdLast
  2. ; Script to forward last fax received to site in variable FaxFwd (if set)
  3. ; D. Varley 26May93
  4. ;
  5. ; To use, this script should be called from faa.scp
  6. ;
  7. ; SetEnv FaxFwd sitename     ;to enable
  8. ; UnsetEnv FaxFwd        ;to disable
  9. ; Copy Env:FaxFwd ENVARC:    ;for setting to survive reboot
  10. ;
  11. if $FaxFwd NOT EQ *$FaxFwd
  12.   Afax:S/SetLastFax
  13.   if exists $LastFax
  14.     RunBack Afax:c/afaxsend $FaxFwd $LastFax
  15.   endif
  16. endif
  17.  
  18.  
  19.